Wiki

Clone wiki

inf225public / glossary / Referential transparency

[Alphabetical Index | Tag Index]

Referential transparency

When an expression can be replaced by its value without changing the meaning of the program; i.e., it will evaluate to the same value every time and not cause side effects. Usually a property of Functional programming languages.

[Wikipedia]

Updated